func github.com/oapi-codegen/runtime.styleSlice

2 uses

	github.com/oapi-codegen/runtime (current package)
		styleparam.go#L96: 		return styleSlice(style, explode, paramName, paramLocation, sliceVal)
		styleparam.go#L106: func styleSlice(style string, explode bool, paramName string, paramLocation ParamLocation, values []interface{}) (string, error) {